home *** CD-ROM | disk | FTP | other *** search
- ; symantec.itools.awt.RollOverButton component description
-
- // Created and implemented by Levi Brown, Symantec Macintosh Internet Tools.
- // 02/04/97 LAB Checked it in
- // 02/04/97 LAB Fixed a problem with the image URL properties, and commented
- // out the FrameName property.
-
- CLASS=symantec.itools.awt.RollOverButton
-
- //SMALLICON=components\RollOverButton.ico, "0"
- ICONSUITE=Icons, "190"
-
- FOLDER=Additional
- TOOLBAR=Additional
-
- AWTEVENT=ACTION
-
- PROPERTY=Boolean, "Center Mode", "CenterMode", "true"
- PROPERTY=Boolean, "Clear Frame", "ClearFrame", "false"
- PROPERTY=URL, "Standard Image", "StandardURL", "", "Image Files(*.jpg;*.gif)"
- PROPERTY=URL, "Mouse Over Image", "OverURL", "", "Image Files(*.jpg;*.gif)"
- PROPERTY=URL, "Mouse Down Image", "DownURL", "", "Image Files(*.jpg;*.gif)"
- PROPERTY=URL, "HTML Link URL", "URL", "", "HTML Files(*.html;*.htm)"
- //PROPERTY=String, "Frame Name", "Frame", ""
-
- CONNECTION=input, "RelativeURL","", "%name%.setStandardURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative default state image URL"
- CONNECTION=input, "RelativeURL","", "%name%.setOverURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative over state image URL"
- CONNECTION=input, "RelativeURL","", "%name%.setDownURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative down state image URL"
- CONNECTION=input, "RelativeURL","", "%name%.setURL(symantec.itools.net.RelativeURL.getURL(%arg%));","Set the relative HTML Link URL"
- CONNECTION=input, "Image", "", "%name%.setStandardImage(%arg%);", "Set the default state image"
- CONNECTION=input, "Image", "", "%name%.setOverImage(%arg%);", "Set the over state image"
- CONNECTION=input, "Image", "", "%name%.setDownImage(%arg%);", "Set the down state image"
- CONNECTION=output, "Image", "", "%name%.getStandardImage()", "Get the default state image"
- CONNECTION=output, "Image", "", "%name%.getOverImage()", "Get the over state image"
- CONNECTION=output, "Image", "", "%name%.getDownImage()", "Get the down state image"
- CONNECTION=input, "URL", "", "%name%.setURL(%arg%);", "Set the HTML Link URL"
- CONNECTION=output, "URL", "", "%name%.getURL()", "Get the HTML Link URL"
- CONNECTION=input, "String", "", "%name%.setFrame(%arg%);", "Set the HTML Link frame name"
- CONNECTION=output, "String", "", "%name%.getFrame()", "Get the HTML Link frame name"
- CONNECTION=input, "void", "", "%name%.setClearFrame(true);", "Clear frame between each image"
- CONNECTION=input, "void", "", "%name%.setClearFrame(false);","Don't clear frame between each image"
- CONNECTION=input, "void", "", "%name%.setClearFrame(!getClearFrame());","Toggle clearing the frame between each image"
- CONNECTION=input, "boolean", "", "%name%.setClearFrame(%arg%);", "Set Clear Frame"
- CONNECTION=output, "boolean", "", "%name%.getClearFrame()", "Get Clear Frame"
- CONNECTION=input, "void", "", "%name%.setCenterMode(true);", "Center images in the button"
- CONNECTION=input, "void", "", "%name%.setCenterMode(false);","Don't center images in the button"
- CONNECTION=input, "void", "", "%name%.setCenterMode(!getCenterMode());","Toggle the centering of images in the button"
- CONNECTION=input, "boolean", "", "%name%.setCenterMode(%arg%);", "Set Center Mode"
- CONNECTION=output, "boolean", "", "%name%.getCenterMode()", "Get Center Mode"